home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / fido / crystalfix.lha / CrystalFix.readme < prev    next >
Text File  |  1994-08-05  |  3KB  |  68 lines

  1. Revision history:
  2.  
  3. v1.0  04-13-94 FJP
  4.       Initial release appears to work at my end.  FTick support not yet
  5.       included, but intended for a future release.  This is also not a
  6.       compiled version.  That will have to wait until some more money
  7.       rolls by for the purposes of buying Rexx Plus.  (Anyone who'd like
  8.       to use a copy of Rexx Plus Compiler in lieu of a postcard is
  9.       certainly allowed to do so!)
  10.  
  11. v1.1  04-17-94 FJP
  12.       Already found a bug!  The level of a HOST was not being used to
  13.       limit attaches/etc., only queries.  Also added a new feature:
  14.       privelege bits.  Combined with levels, this lets you group your
  15.       echos any way you like, rather than only linearly.
  16.  
  17. v1.2  05-26-94 FJP
  18.       The previous version's release archive had a file that was about
  19.       one byte wrong, but it was wrong enough that the BITS keyword
  20.       didn't work.  What's worse, a bug (or at very least, a very bizarre
  21.       wart) in ARexx prevented even the real version from working quite
  22.       right.  Both are now fixed.  Many thanks due to Peter Deane, who
  23.       is now both the first and only registered user and the only beta
  24.       tester of this program.
  25.  
  26. v1.2a 05-29-94 FJP
  27.       Added linking of messages to replies, per a suggestion by Peter
  28.       Deane.  This version is not being released generally, because I
  29.       want to wait until I've done at least one of the two other things
  30.       on my to-do list before I call it a whole new release number.
  31.  
  32. v1.3  06-26-94 FJP (Internal version, never released)
  33.       Updated a few files in the archive to ensure all the rest works.
  34.       Implemented COUNT command to make startup quicker for people
  35.       with big host files.  Implemented new keyword formats for
  36.       compatability with the GCF; CrystalFix now has its own section
  37.       in GCF files.  Fixed problem with doubled MAIN lines.  Made
  38.       CrystalFix less dependent on Mail: assign or Fido.cfg filename.
  39.       Added CrystalFix LOGFILE command to maintain separate logs;
  40.       also, CrystalFix no longer confused by LOGFILE commands in
  41.       other sections like TrapSched.  Changed the grouping method to
  42.       eliminate the use of bitmasks; not only does this free me from
  43.       fighting the never-ending sequence of bitand() bugs, but it also
  44.       makes it a LOT easier to explain.  Added the ability to rescan
  45.       by creating a temporary config, which avoids dupes being sent
  46.       to all points in an area.  Now supports the continuation
  47.       character \ on the end of lines, though it will not keep them
  48.       when it rewrites the file.
  49.  
  50. v2.0  07-01-94 FJP
  51.       FTick support; tick areas treated just like message areas,
  52.       except of course they can't be rescanned and there are no pass-
  53.       through areas or request forwarding.  Added aliases RAID and
  54.       ALLFIX to be detected by CrystalFix.  Added HELPFILE command
  55.       thus removing the last dependency on the Mail: assign.  Eliminated
  56.       the reliance on 4D addresses.  Added ADDAREACMD command.  Added
  57.       support for [+] instead of + for people who are very dim.  Added
  58.       the TAGLENGTH and PATHLENGTH commands.  Added support for non-4D
  59.       message headers pretending to be 4D message headers in FidoSetInfo
  60.       and FidoGetInfo.  A compiled C version available to registered users
  61.       in a separate archive.
  62.  
  63.       Note: to convert from version 1.0-1.2a, you'll need to do some
  64.       work in your Fido.cfg file again.  See Upgrade.readme for more
  65.       info.
  66.  
  67.  
  68.